Bug 562741 - babl Cygwin patch : PLATFORM_WIN32 patch
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Thu, 8 Oct 2009 23:33:26 +0000 (01:33 +0200)
committerMichael Schumacher <schumaml@gmx.de>
Thu, 8 Oct 2009 23:33:26 +0000 (01:33 +0200)
babl/Makefile.am
extensions/Makefile.am

index f92f75798090e703a870b2f3ee16a895132c2855..bc5b9ec9b0f9ed7f4aac817a37e78cbf7cc80213 100644 (file)
@@ -1,6 +1,6 @@
 ## Source directory
 
-if OS_WIN32
+if PLATFORM_WIN32
 no_undefined = -no-undefined
 endif
 
index 0991cf3e05e057c0b4d3305d79863498094e7ef9..e8ad11154d66a9d2d8faa266db2351f1212f20ae 100644 (file)
@@ -1,5 +1,5 @@
-if OS_WIN32
-AM_LDFLAGS = -module -no-undefined
+if PLATFORM_WIN32
+AM_LDFLAGS = -module -avoid-version -no-undefined
 else
 AM_LDFLAGS = -module -avoid-version
 endif